Kotlin utilities
/
it.czerwinski.kotlin.util
/
None
/
getOrNull
common
get
Or
Null
open override fun
getOrNull
():
Nothing
?
Content copied to clipboard
Gets the value of a
Some
or
null
if this is a
None
.
Return
Value of a
Some
or
null
.